home *** CD-ROM | disk | FTP | other *** search
/ Chronicles of Narnia, The…) (Electronic Press Kit) / Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe) (Electronic Press Kit).bin / bv_n_logos_sw.swf / scripts / DefineSprite_24 / frame_1 / DoAction.as
Text File  |  2005-10-03  |  155b  |  7 lines

  1. x = random(800);
  2. y = random(800);
  3. z = Number(random(50)) + 50;
  4. yvel = z;
  5. xvel = z * (random(200) - 100) / 100;
  6. zvel = z * (random(200) - 100) / 100;
  7.